home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / • Other Platforms / PCCTS 1.31 / antlr / mode.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-03-10  |  284 b   |  13 lines  |  [TEXT/MPS ]

  1. #define START 0
  2. #define STRINGS 1
  3. #define ACTION_STRINGS 2
  4. #define ACTION_CHARS 3
  5. #define ACTION_COMMENTS 4
  6. #define TOK_DEF_COMMENTS 5
  7. #define TOK_DEF_CPP_COMMENTS 6
  8. #define ACTION_CPP_COMMENTS 7
  9. #define CPP_COMMENTS 8
  10. #define COMMENTS 9
  11. #define ACTIONS 10
  12. #define PARSE_ENUM_FILE 11
  13.